home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Moss / kiosk.dir / 00056_Script_Floor 1-4 < prev    next >
Text File  |  1999-03-01  |  274b  |  12 lines

  1. on mouseDown
  2.   set the visible of sprite 21 to FALSE
  3.   set the visible of sprite 22 to FALSE
  4.   set the visible of sprite 23 to FALSE
  5.   set the visible of sprite 24 to TRUE
  6.   set the visible of sprite 25 to FALSE
  7.   updateStage
  8. end
  9.  
  10. on mouseUp
  11.   go to "close 1"
  12. end